home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / editor / auror300.zip / FINDO.DOX < prev    next >
Text File  |  1996-07-17  |  1KB  |  41 lines

  1.  
  2.   FINDO.AML
  3.   Find Occurrences 
  4.  
  5.   This macro searches the current edit window for all occurrences of a
  6.   search string or regular expression pattern. You will be prompted to
  7.   enter the search string and search options.
  8.  
  9.   The following search options can be specified:
  10.  
  11.     b - marked block only
  12.     i - ignore case
  13.     s - skip closed folds
  14.     w - whole words only
  15.     x - regular expressions
  16.  
  17.   After the search has completed, a window will be displayed showing
  18.   each line in the edit window where the search string was found. A menu
  19.   is also displayed which allows you to goto the line at cursor, edit
  20.   all displayed lines, and print all displayed lines.
  21.  
  22.  
  23.   Keys:
  24.   ────
  25.   <esc>              // exit
  26.   <enter>            // goto occurrence and exit
  27.   <ctrl g>           // goto occurrence
  28.   <ctrl e>           // copy occurrences to a new edit window
  29.   <ctrl p>           // print all occurrences
  30.  
  31.   <up>, <down>       // move cursor
  32.   <ctrl home>        // to page top
  33.   <ctrl end>         // to page bottom
  34.   <ctrl pgup>        // to top of list
  35.   <ctrl pgdn>        // to bottom of list
  36.  
  37.   <pgup>, <pgdn>     // scroll up, down
  38.   <left>, <right>    // scroll left, right
  39.   <home>             // scroll to column 1
  40.  
  41.